NevronOpenVision
Nevron.Nov.Diagram.Batches Namespace / NBatchTranslate<TItem> Class / Build Method / Build(NList<TItem>) Method
Build(NList<TItem>) Method
Builds the translator entity from the specified building nodes
Syntax
public override void Build( 
   NList<TItem> nodes
)

Parameters

nodes
Remarks
The implementation will first filter the building nodes for INTranslatable interface implementation. Then it will append the resulting node translation slaves.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also